Skip to content

Conversation

@jacieylyn
Copy link
Collaborator

Fixed issue where GetTaskByIdAsync method was getting bloated and including too many possibly unused tables.
Fixed it by separating each join table into conditionals: so when the GetTaskByIdAsync method is called, it allows for specification of what tables to include.

Help: There might be a better way to specify what tables to include instead of adding bool params into the method

@jacieylyn jacieylyn self-assigned this Dec 4, 2025
@jacieylyn jacieylyn added the help wanted Extra attention is needed label Dec 4, 2025
@JCruz6725
Copy link
Owner

Having separate methods in this case would be appropriate, as each one is a contained view of that data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed

Projects

Development

Successfully merging this pull request may close these issues.

3 participants